home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / include.h / graphics / collide.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  155 b   |  9 lines

  1. #ifndef    GRAPHICS_COLLIDE_H
  2. #define    GRAPHICS_COLLIDE_H
  3. #define    BORDERHIT    0
  4. #define    TOPHIT    1
  5. #define    BOTTOMHIT    2
  6. #define    LEFTHIT    4
  7. #define    RIGHTHIT    8
  8. #endif
  9.